From cffb740e1f3c985205f1c262299e3b2cdd1ab121 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 13 May 2025 09:32:27 +0200 Subject: [PATCH] Disable building of some internal tools that no longer link because internal symbols are no longer exported. =================================================================== Gbp-Pq: Name disable_tools.patch --- Makefile.am | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index d5c7875..571538f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,12 +8,6 @@ if ENABLE_DEC265 SUBDIRS+=dec265 endif -if ENABLE_ENCODER -SUBDIRS+=enc265 -endif - -SUBDIRS+=tools - # Remove acceleration-speed test program, because it needs many internal functions (that have to be dllexported). # On the other hand, that tool was only used for development. # SUBDIRS+=acceleration-speed -- 2.30.2